Connection State Change
data class ConnectionStateChange(oldState: ConnectionState, newState: ConnectionState)
Content copied to clipboard
A connection state change indicates a change in the SyncSession's underlying connection state.
See also
Constructors
ConnectionStateChange
Link copied to clipboard
fun ConnectionStateChange(oldState: ConnectionState, newState: ConnectionState)
Content copied to clipboard